home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilfile / i2b.rdm < prev    next >
Text File  |  1997-01-18  |  4KB  |  113 lines

  1. Short:    3in1:icon2brush/newicon2oldicon/mapicon2newpalette
  2. Uploader: koessi@chessy.aworld.de (Bernd Koesling)
  3. Type:     util/conv
  4.  
  5.                   -----
  6.  
  7.                   i2b v0.99b (September 23 1996) © koessi
  8.  
  9.  
  10.                   -----
  11.  
  12.  
  13.   features:       create iff-brushes from icons
  14.                   change the palette/style of icons
  15.                   clone newicon-image to standard-image of icons
  16.                   support filepatterns
  17.                   support newicon-standard (only if installed)
  18.  
  19.                   -----
  20.  
  21.  
  22.   parameter template:
  23.  
  24.                   ICON/A/M,P=PALETTE/K,M=MAPCOLORS/S,A=ADDICON/S,
  25.                   D=DEFTOOL/K,I=ICONONLY/S,N=NEWICON/S,Q=QUIET/S
  26.  
  27.  
  28.   ICON/A/M        required icon(s) to convert; created
  29.                   brushes will be named <icon>.br1, <icon>.br2
  30.  
  31.  
  32.   P=PALETTE/K     filename of the optional palettefile
  33.                   !must be a valid IFF-brush!; if not given,
  34.                   the actual workbench palette/depth is used.
  35.  
  36.                   eg. i2b mwb.info P=magicwb.pal
  37.  
  38.                       will use the colours and depth of the
  39.                       file "magicwb.pal" as the palette and
  40.                       depth for the brushes/icons to create.
  41.  
  42.                   If the depth (n) of the given palette is less
  43.                   than the workbenchscreen, it is necessary to
  44.                   set the first n colours of the screen to the
  45.                   same values as the palettefile uses. In
  46.                   addition to that the next parameter becomes
  47.                   useful:
  48.  
  49.   M=MAPCOLORS/S   option to map the workbench-colors used by the
  50.                   icon to the given palette: this will eg. map a
  51.                   256-color-icon down to a 16-color-brush for the
  52.                   given 16-color-palette.
  53.  
  54.                   eg. i2b newicon.info P=newicon.pal M
  55.  
  56.                       will build brushes from the newicon
  57.                       with the colors set similar to those
  58.                       shown in their actual representation
  59.                       on the workbench.
  60.  
  61.   A=ADDICON/S     create project-icons for the brushes; the
  62.                   brushes will be their own iconimages.
  63.  
  64.   D=DEFTOOL/K     if ADDICON is on, the given string is the
  65.                   defaulttool entry of projecticons added to the
  66.                   brushes; if omitted "wbdisplay" will be used.
  67.  
  68.   I=ICONONLY/S    create a recolored icon-copy only; the original
  69.                   icon is overridden!
  70.                   ADDICON and DEFTOOL are ignored.
  71.  
  72.                   eg. i2b newicon.info P=magicwb.pal M I
  73.  
  74.                       will convert the newicon to a magicwb-
  75.                       styled icon.
  76.  
  77.                   eg. i2b newicon.info M I
  78.  
  79.                       will convert the newicon to a standard-icon
  80.                       (on a256-color-wb you will see no difference)
  81.  
  82.  
  83.   N=NEWICON/S     copy the recolored newicon-images to the
  84.                   icon's standard-images.
  85.  
  86.                   the original newicon-images are kept!
  87.                   (you will see no difference)
  88.  
  89.                   ADDICON, DEFTOOL and ICONONLY are ignored
  90.                   non-newicons are skipped
  91.  
  92.                   eg. i2b newicon.info P=magicwb.pal M N
  93.  
  94.                       will make the newicon look okay on a
  95.                       magicwb without loosing the newicon
  96.  
  97.   Q=QUIET/S       shut up and work
  98.  
  99.                   -----
  100.  
  101.   known bugs:     palettefile must be a valid IFF-brush - a
  102.                   simple palette is not enough.
  103.  
  104.                   even totally mad parameters are accepted
  105.                   as icon-filenames and brushes are created
  106.                   from the system's default project icon.
  107.  
  108.                   had some freezes from time to time, but
  109.                   after all my newicons are changed ...
  110.  
  111.  
  112.   author:         koessi@chessy.aworld.de
  113.